Creates a
Visual object that represents a drawing element.
シンタックス
'宣言
Public Overloads Function CreateVisual( _
ByVal As System.Action(Of GcGraphics,Visual) _
) As Visual
public Visual CreateVisual(
System.Action<GcGraphics,Visual>
)
パラメータ
- draw
- A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual, and draws the visual on the graphics.
参照